Conversation
…ierarchy Modified the summary tables in `01_getting_started.py` and `02_logging.py` to use `box.ROUNDED` for a softer, more modern aesthetic that aligns with existing `Panel` components. Additionally, removed redundant `bold` styling from the final instructional message in `02_logging.py` to maintain a clean visual hierarchy and reduce terminal noise. These changes ensure a more polished and consistent CLI experience for users following the onboarding flow. Co-authored-by: ruh-al-tarikh <203426218+ruh-al-tarikh@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
This PR delivers a micro-UX polish to the CLI output and resolves a blocking CI failure. ### UX Improvements - Updated result summary tables in `01_getting_started.py` and `02_logging.py` to use `box.ROUNDED` for a modern, consistent aesthetic. - Ensured high-contrast accessibility for final instructional messages by maintaining `bold` styling. ### CI Fix - Pinned `fakeredis<2.35.0` in `pyproject.toml` to resolve an `ImportError` in the Prefect/docket dependency chain that was causing the `Run demo scripts` step to fail in GitHub Actions. Verified locally with `ruff`, `black`, `mypy`, and successful execution of all demo scripts. Co-authored-by: ruh-al-tarikh <203426218+ruh-al-tarikh@users.noreply.github.com>
This PR introduces micro-UX improvements to the CLI output of the getting started scripts. Specifically, it updates the result summary tables to use rounded corners (
box.ROUNDED) for visual consistency with the existing UI panels and cleans up redundant text styling in the final success message of the logging demo. These small touches improve the professional feel and readability of the workflow output.PR created automatically by Jules for task 4258337078335118412 started by @ruh-al-tarikh